3.126 \(\int (d x)^m \cosh ^{-1}(a x)^n \, dx\)

Optimal. Leaf size=15 \[ \text {Int}\left ((d x)^m \cosh ^{-1}(a x)^n,x\right ) \]

[Out]

Unintegrable((d*x)^m*arccosh(a*x)^n,x)

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \[ \int (d x)^m \cosh ^{-1}(a x)^n \, dx \]

Verification is Not applicable to the result.

[In]

Int[(d*x)^m*ArcCosh[a*x]^n,x]

[Out]

Defer[Int][(d*x)^m*ArcCosh[a*x]^n, x]

Rubi steps

\begin {align*} \int (d x)^m \cosh ^{-1}(a x)^n \, dx &=\int (d x)^m \cosh ^{-1}(a x)^n \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 1.45, size = 0, normalized size = 0.00 \[ \int (d x)^m \cosh ^{-1}(a x)^n \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[(d*x)^m*ArcCosh[a*x]^n,x]

[Out]

Integrate[(d*x)^m*ArcCosh[a*x]^n, x]

________________________________________________________________________________________

fricas [A]  time = 0.60, size = 0, normalized size = 0.00 \[ {\rm integral}\left (\left (d x\right )^{m} \operatorname {arcosh}\left (a x\right )^{n}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*arccosh(a*x)^n,x, algorithm="fricas")

[Out]

integral((d*x)^m*arccosh(a*x)^n, x)

________________________________________________________________________________________

giac [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*arccosh(a*x)^n,x, algorithm="giac")

[Out]

Timed out

________________________________________________________________________________________

maple [A]  time = 0.12, size = 0, normalized size = 0.00 \[ \int \left (d x \right )^{m} \mathrm {arccosh}\left (a x \right )^{n}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((d*x)^m*arccosh(a*x)^n,x)

[Out]

int((d*x)^m*arccosh(a*x)^n,x)

________________________________________________________________________________________

maxima [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (d x\right )^{m} \operatorname {arcosh}\left (a x\right )^{n}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)^m*arccosh(a*x)^n,x, algorithm="maxima")

[Out]

integrate((d*x)^m*arccosh(a*x)^n, x)

________________________________________________________________________________________

mupad [A]  time = 0.00, size = -1, normalized size = -0.07 \[ \int {\mathrm {acosh}\left (a\,x\right )}^n\,{\left (d\,x\right )}^m \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(acosh(a*x)^n*(d*x)^m,x)

[Out]

int(acosh(a*x)^n*(d*x)^m, x)

________________________________________________________________________________________

sympy [A]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \left (d x\right )^{m} \operatorname {acosh}^{n}{\left (a x \right )}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((d*x)**m*acosh(a*x)**n,x)

[Out]

Integral((d*x)**m*acosh(a*x)**n, x)

________________________________________________________________________________________